home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / demo / tdsdemo.lha / TDSDemo / ReadMe < prev    next >
Text File  |  1993-03-29  |  958b  |  19 lines

  1. Twilight Development System (TDS) provides an integrated
  2. environment for writing and compiling source files like Turbo
  3. Pascal or Borland C++. Its main feature is to simplify and speed
  4. up the development of programs composed of different source files
  5. (modules). With TDS it's possible to compile and link these
  6. modules into an executable file with a single command and if the
  7. compiler finds some errors, they will be reported directly by the
  8. editor. TDS doesn't provide its own compiler, but can use any
  9. compiler or assembler callable from CLI. It has internal message
  10. converters for DICE C, SAS C (former LATTICE C), Aztec C, DevPac
  11. Assembler and it's possible to write custom converters for any
  12. other compiler.
  13.  
  14. To install TDS copy all files in a directory and execute
  15. "assign TDS: directory" on the CLI. If you use the program from CLI
  16. add "path TDS: add" to the shell-startup. With Kickstart 1.3
  17. TDS uses the arp.library which must be copied into LIBS:.
  18.  
  19.